home *** CD-ROM | disk | FTP | other *** search
- object ShortCutForm: TShortCutForm
- Tag = 250
- Left = 89
- Top = 125
- BorderIcons = []
- BorderStyle = bsDialog
- ClientHeight = 65
- ClientWidth = 633
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object lblShortCut: TLabel
- Tag = 251
- Left = 8
- Top = 8
- Width = 137
- Height = 13
- AutoSize = False
- end
- object lblTextBefore: TLabel
- Tag = 252
- Left = 152
- Top = 8
- Width = 153
- Height = 13
- AutoSize = False
- end
- object lblTextAfter: TLabel
- Tag = 254
- Left = 472
- Top = 8
- Width = 153
- Height = 13
- AutoSize = False
- end
- object lblTextReplace: TLabel
- Tag = 253
- Left = 312
- Top = 8
- Width = 153
- Height = 13
- AutoSize = False
- end
- object btnOk: TButton
- Tag = 150
- Left = 248
- Top = 32
- Width = 65
- Height = 25
- Default = True
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Tag = 151
- Left = 320
- Top = 32
- Width = 73
- Height = 25
- Cancel = True
- TabOrder = 1
- OnClick = btnCancelClick
- end
- end
-